gtk4.git
19 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Tue, 25 Apr 2006 10:38:53 +0000 (10:38 +0000)]
Updated Norwegian bokmål translation.

2006-04-25  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

19 years agosome more options
Matthias Clasen [Tue, 25 Apr 2006 04:38:07 +0000 (04:38 +0000)]
some more options

19 years agoMore updates
Matthias Clasen [Tue, 25 Apr 2006 04:03:05 +0000 (04:03 +0000)]
More updates

19 years agoUpdates
Matthias Clasen [Tue, 25 Apr 2006 03:53:49 +0000 (03:53 +0000)]
Updates

19 years agoAdd prefixes to msgids for paper sizes
Matthias Clasen [Tue, 25 Apr 2006 03:44:57 +0000 (03:44 +0000)]
Add prefixes to msgids for paper sizes

19 years agoadditions
Matthias Clasen [Tue, 25 Apr 2006 02:31:59 +0000 (02:31 +0000)]
additions

19 years agotrivial additions
Matthias Clasen [Tue, 25 Apr 2006 02:18:00 +0000 (02:18 +0000)]
trivial additions

19 years agosmall doc fixes
Matthias Clasen [Tue, 25 Apr 2006 02:12:21 +0000 (02:12 +0000)]
small doc fixes

19 years agoFix a typo
Matthias Clasen [Mon, 24 Apr 2006 22:56:07 +0000 (22:56 +0000)]
Fix a typo

19 years agoforgotten files
Matthias Clasen [Mon, 24 Apr 2006 20:44:22 +0000 (20:44 +0000)]
forgotten  files

19 years agoFix includes (#338665)
Matthias Clasen [Mon, 24 Apr 2006 19:08:47 +0000 (19:08 +0000)]
Fix includes (#338665)

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintunixdialog.h:
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)

19 years agoRemove a duplicate entry.
Matthias Clasen [Mon, 24 Apr 2006 18:42:38 +0000 (18:42 +0000)]
Remove a duplicate entry.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkentry.sgml: Remove a duplicate entry.

19 years agoFix a typo
Matthias Clasen [Mon, 24 Apr 2006 18:34:22 +0000 (18:34 +0000)]
Fix a typo

19 years agoDeclare in a way grokked by gtk-doc.
Matthias Clasen [Mon, 24 Apr 2006 18:31:48 +0000 (18:31 +0000)]
Declare in a way grokked by gtk-doc.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.

19 years agoRemove an empty index
Matthias Clasen [Mon, 24 Apr 2006 18:26:41 +0000 (18:26 +0000)]
Remove an empty index

19 years agoDocumentation fixes.
Matthias Clasen [Mon, 24 Apr 2006 18:23:55 +0000 (18:23 +0000)]
Documentation fixes.

* gdk/gdkregion-generic.c: Documentation fixes.

* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
a doc comment.

19 years agoAdd directfb
Matthias Clasen [Mon, 24 Apr 2006 18:22:58 +0000 (18:22 +0000)]
Add directfb

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gdk/Makefile.am (IGNORE_HFILES): Add  directfb

19 years agoAdditions.
Matthias Clasen [Mon, 24 Apr 2006 17:53:32 +0000 (17:53 +0000)]
Additions.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkpapersize.sgml: Additions.

* gtk/gtk-sections.txt: Add new api.

19 years agoAdd docs.
Matthias Clasen [Mon, 24 Apr 2006 17:51:51 +0000 (17:51 +0000)]
Add docs.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintunixdialog.c: Add docs.

* gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.

19 years agoAdd new api.
Matthias Clasen [Mon, 24 Apr 2006 17:02:05 +0000 (17:02 +0000)]
Add new api.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add new api.

19 years agoRefactor the gtk_print_operation_run() code and add an _async version.
Matthias Clasen [Mon, 24 Apr 2006 17:00:44 +0000 (17:00 +0000)]
Refactor the gtk_print_operation_run() code and add an _async version.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkprintoperation.c (gtk_print_operation_run_async): Refactor the
gtk_print_operation_run() code and add an _async version.

* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c
(_gtk_print_operation_platform_backend_run_dialog_async)
(gtk_print_run_page_setup_dialog_async): Variants of the run functions
which don't call gtk_dialog_run(), but only show the dialog and return,
and handle the response in a signal handler.

* gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog_async)
(_gtk_print_operation_platform_backend_run_dialog_async): Implement these
by calling the sync versions.

19 years agoDon't ref the backend since the backend owns the printer.
Alexander Larsson [Mon, 24 Apr 2006 16:18:05 +0000 (16:18 +0000)]
Don't ref the backend since the backend owns the printer.

2006-04-24  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkprinter.c:
Don't ref the backend since the backend owns the printer.

19 years agoRemove spew.
Alexander Larsson [Mon, 24 Apr 2006 15:53:47 +0000 (15:53 +0000)]
Remove spew.

2006-04-24  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
Remove spew.

19 years agoEven/Odd Pages -> Even/Odd Sheets
Alexander Larsson [Mon, 24 Apr 2006 15:52:28 +0000 (15:52 +0000)]
Even/Odd Pages -> Even/Odd Sheets

2006-04-24  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkprintunixdialog.c (create_page_setup_page):
Even/Odd Pages -> Even/Odd Sheets

19 years agoCleanups
Matthias Clasen [Mon, 24 Apr 2006 15:23:24 +0000 (15:23 +0000)]
Cleanups

19 years agoRemove redundant code.
Matthias Clasen [Mon, 24 Apr 2006 15:08:18 +0000 (15:08 +0000)]
Remove redundant code.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_get_page_setup):
Remove redundant code.

19 years agoInstall gtkprintjob.h as Unix-specific print API.
Matthias Clasen [Mon, 24 Apr 2006 15:01:16 +0000 (15:01 +0000)]
Install gtkprintjob.h as Unix-specific print API.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.

19 years agoReturn a copy of the original page setup if the dialog was canceled.
Matthias Clasen [Mon, 24 Apr 2006 14:37:45 +0000 (14:37 +0000)]
Return a copy of the original page setup if the dialog was canceled.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
Return a copy of the original page setup if the dialog was canceled.

19 years agohindi updated
Rajesh Ranjan [Mon, 24 Apr 2006 12:36:28 +0000 (12:36 +0000)]
hindi updated

19 years agoDeclare GtkPrintJob.
Alexander Larsson [Mon, 24 Apr 2006 09:27:40 +0000 (09:27 +0000)]
Declare GtkPrintJob.

2006-04-24  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkprintjob.h:
Declare GtkPrintJob.

* gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_settings):
Change g_return_if_fail to g_return_val_if_fail.

19 years agoCheck for cairo-pdf.h. Check for cairo-ps.h on non-win32.
Alexander Larsson [Mon, 24 Apr 2006 07:34:11 +0000 (07:34 +0000)]
Check for cairo-pdf.h. Check for cairo-ps.h on non-win32.

2006-04-24  Alexander Larsson  <alexl@redhat.com>

* configure.in:
Check for cairo-pdf.h.
Check for cairo-ps.h on non-win32.

19 years agoAdd new stock icons.
Matthias Clasen [Mon, 24 Apr 2006 05:46:41 +0000 (05:46 +0000)]
Add new stock icons.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am (HTML_IMAGES): Add new stock icons.

* gtk/tmpl/gtkstock.sgml: Document new stock icons

19 years agoMatch parameter names with the headers.
Matthias Clasen [Mon, 24 Apr 2006 05:42:12 +0000 (05:42 +0000)]
Match parameter names with the headers.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkclipboard.h:
* gtk/gtkprinter.c:
* gtk/gtkprintsettings.h:
* gtk/gtkprintsettings.c: Match parameter names with the headers.

* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
Add docs.

* gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
* gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type):
* gtk/gtktreeview.c (gtk_tree_view_set_search_position_func):
* gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable):
* gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new):
* gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.

19 years agoAdd a rich text section
Matthias Clasen [Mon, 24 Apr 2006 05:40:24 +0000 (05:40 +0000)]
Add a rich text section

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-docs.sgml:
* gtk/gtk-sections.txt: Add a rich text section

* gtk/Makefile.am (IGNORE_HFILES): Add some more private headers.

* gtk/tmpl/gtkpreview.sgml:
* gtk/tmpl/gtkrecentmanager.sgml:
* gtk/tmpl/gtkprintoperation.sgml:
* gtk/tmpl/gtkrecentchooser.sgml:
* gtk/tmpl/gtkicontheme.sgml: Additions

* gtk/gtk-sections.txt: Remove GtkRecentChooserDefault

19 years agoDon't declare GtkPrintJob here. Instead include gtkprintjob.h.
Matthias Clasen [Mon, 24 Apr 2006 04:38:08 +0000 (04:38 +0000)]
Don't declare GtkPrintJob here. Instead include gtkprintjob.h.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.

19 years agoUse g types, add documentation, and some stylistic fixups.
Matthias Clasen [Mon, 24 Apr 2006 03:47:22 +0000 (03:47 +0000)]
Use g types, add documentation, and some stylistic fixups.

2006-04-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprinter-private.h:
* gtk/gtkprintbackend.h:
* gtk/gtkprinter.[hc]:
* gtk/gtkprintjob.[hc]: Use g types, add documentation, and some
stylistic fixups.

* gtk/gtkaboutdialog.c (activate_url): Avoid a compiler warning.

19 years agoFix unclosed para tags.
Emmanuele Bassi [Sun, 23 Apr 2006 12:13:23 +0000 (12:13 +0000)]
Fix unclosed para tags.

2006-04-22  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* gtk/tmpl/gtkrecentchoosermenu.sgml:
* gtk/tmpl/gtkrecentchooserwidget.sgml: Fix unclosed para tags.

19 years agoupdate translation for Punjabi (Gurmukhi) by apbrar gmail com
Amanpreet Singh Alam [Sun, 23 Apr 2006 07:32:06 +0000 (07:32 +0000)]
update translation for Punjabi (Gurmukhi) by apbrar gmail com

19 years agoUse g types, add documentation.
Matthias Clasen [Sun, 23 Apr 2006 06:26:10 +0000 (06:26 +0000)]
Use g types, add documentation.

2006-04-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkpapersize.[hc]: Use g types, add documentation.

1

19 years agoAdd gtkprintutils.[hc]
Matthias Clasen [Sun, 23 Apr 2006 05:48:04 +0000 (05:48 +0000)]
Add gtkprintutils.[hc]

2006-04-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am: Add gtkprintutils.[hc]

* gtk/gtkprintutils.[hc]: New files, move the unit conversion
functions here.

* gtk/gtkpagesetupunixdialog.c:
* gtk/gtkprintsettings.c:
* gtk/gtkpagesetup.c:
* gtk/gtkpapersize.c: Replace all static copies of to_mm/from_mm
by the copies in gtkprintutils.c.

* gtk/gtkpagesetup.[hc]: Use g types, add documentation.

19 years agomore docs
Matthias Clasen [Sun, 23 Apr 2006 05:03:59 +0000 (05:03 +0000)]
more docs

19 years agoSmall workaround for weird bug in some versions of Automake at least on
Tor Lillqvist [Sat, 22 Apr 2006 07:58:37 +0000 (07:58 +0000)]
Small workaround for weird bug in some versions of Automake at least on

2006-04-22  Tor Lillqvist  <tml@novell.com>

* gtk/Makefile.am (gtk_private_h_sources): Small workaround for
weird bug in some versions of Automake at least on Windows.

19 years agoTranslation updated by David Lodge.
David Lodge [Fri, 21 Apr 2006 21:39:06 +0000 (21:39 +0000)]
Translation updated by David Lodge.

2006-04-21  David Lodge  <dave@cirt.net>

* en_GB.po: Translation updated by David Lodge.

19 years agoMerge the gtk-printing branch. For more detailed ChangeLog entries, see
Alexander Larsson [Fri, 21 Apr 2006 15:09:32 +0000 (15:09 +0000)]
Merge the gtk-printing branch. For more detailed ChangeLog entries, see

2006-04-21  Alexander Larsson  <alexl@redhat.com>

        Merge the gtk-printing branch.
For more detailed ChangeLog entries, see the branch.

* .cvsignore:
* Makefile.am:
* configure.in:
* docs/tools/widgets.c:
* gtk+-unix-print-2.0.pc.in:
* gtk/Makefile.am:
* gtk/gen-paper-names.c:
* gtk/gtk.h:
* gtk/gtk.symbols:
* gtk/gtkenums.h:
* gtk/gtkiconfactory.c:
* gtk/gtkmarshalers.list:
* gtk/gtkpagesetup.[ch]:
* gtk/gtkpagesetupunixdialog.[ch]:
* gtk/gtkpapersize.[ch]:
* gtk/gtkprint-win32.[ch]:
* gtk/gtkprintbackend.[ch]:
* gtk/gtkprintcontext.[ch]:
* gtk/gtkprinter-private.h:
* gtk/gtkprinter.[ch]:
* gtk/gtkprinteroption.[ch]:
* gtk/gtkprinteroptionset.[ch]:
* gtk/gtkprinteroptionwidget.[ch]:
* gtk/gtkprintjob.[ch]:
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation-win32.c:
* gtk/gtkprintoperation.[ch]:
* gtk/gtkprintsettings.[ch]:
* gtk/gtkprintunixdialog.[ch]:
* gtk/paper_names.c:
* gtk/paper_names_offsets.c:
Platform independent printing API and implementations
for unix and windows.

* gtk/gtkstock.h:
* gtk/stock-icons/24/gtk-orientation-landscape.png:
* gtk/stock-icons/24/gtk-orientation-portrait.png:
* gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
Add stock icons for page orientation.

* modules/Makefile.am:
* modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am:
* modules/printbackends/cups/gtkcupsutils.[ch]:
* modules/printbackends/cups/gtkprintbackendcups.[ch]:
* modules/printbackends/cups/gtkprintercups.[ch]:

Cups printing backend for unix.

* modules/printbackends/lpr/Makefile.am:
* modules/printbackends/lpr/gtkprintbackendlpr.[ch]:
lpr printing backend for unix.

* modules/printbackends/pdf/Makefile.am:
* modules/printbackends/pdf/gtkprintbackendpdf.[ch]:
print-to-pdf printing backend for unix.

* tests/.cvsignore:
* tests/Makefile.am:
* tests/print-editor.c:
Test application for printing.

* gdk/gdk.symbols:
* gdk/win32/gdkevents-win32.c:
* gdk/win32/gdkwin32.h:
Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the
mainloop while displaying a win32 common dialog.

* gdk/directfb/Makefile.am:
Whitespace cleanup.

19 years agoTranslation updated.
Priit Laes [Fri, 21 Apr 2006 09:33:26 +0000 (09:33 +0000)]
Translation updated.

2006-04-21  Priit Laes  <amd@store20.com>

* et.po: Translation updated.

19 years agohindi updted
Rajesh Ranjan [Fri, 21 Apr 2006 06:18:57 +0000 (06:18 +0000)]
hindi updted

19 years agoplug small leak (#339132) ditto
Paolo Borelli [Thu, 20 Apr 2006 15:00:01 +0000 (15:00 +0000)]
plug small leak (#339132) ditto

2006-04-20  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtkcombobox.c: plug small leak (#339132)
* tests/testcombo.c: ditto

19 years ago fixed off by one error in clip patch from (#330824)
Michael David Emmel [Thu, 20 Apr 2006 02:50:21 +0000 (02:50 +0000)]
 fixed off by one error in clip patch from (#330824)

19 years ago_GtkFileChooserButtonPrivate: Added has_title flag so we can remember
Murray Cumming [Wed, 19 Apr 2006 17:21:55 +0000 (17:21 +0000)]
_GtkFileChooserButtonPrivate: Added has_title flag so we can remember

2006-04-19  Murray Cumming  <murrayc@murrayc.com>

        * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
        Added has_title flag so we can remember whether a title has
        been set.
        (gtk_file_chooser_button_constructor): If no title has been
        set then set it to the default title. This means that the
        default title will be used if the dialog was instantiated with
        g_object_new(), without using the gtk_file_chooser_button_new()
        convenience function. This helps language bindings.
        (gtk_file_chooser_button_set_property): Set has_title when
        setting the title.

19 years agocorrected translation error
Vladimer Sichinava [Wed, 19 Apr 2006 13:50:45 +0000 (13:50 +0000)]
corrected translation error

19 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Wed, 19 Apr 2006 11:37:44 +0000 (11:37 +0000)]
Updated Gujarati Translations

19 years agoMap VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)
Tor Lillqvist [Wed, 19 Apr 2006 09:42:06 +0000 (09:42 +0000)]
Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)

2006-04-19  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_NUMPAD[0-9]
to GDK_KP_[0-9]. (#337562)

19 years agohindi updted
Rajesh Ranjan [Wed, 19 Apr 2006 09:11:29 +0000 (09:11 +0000)]
hindi updted

19 years agoAllocate pixmap_path dynamically, rather than using a fixed array of size
Matthias Clasen [Tue, 18 Apr 2006 17:46:15 +0000 (17:46 +0000)]
Allocate pixmap_path dynamically, rather than using a fixed array of size

2006-04-18  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
using a fixed array of size 128.

19 years agoApply a patch by Paolo Borelli to factor out a strip_suffix() function and
Matthias Clasen [Tue, 18 Apr 2006 13:58:30 +0000 (13:58 +0000)]
Apply a patch by Paolo Borelli to factor out a strip_suffix() function and

2006-04-18  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
        out a strip_suffix() function and save some memory.  (#338307)

19 years agoremoved wrong condition check that caused tab labels not to be drawn under
Carlos Garnacho [Tue, 18 Apr 2006 09:55:51 +0000 (09:55 +0000)]
removed wrong condition check that caused tab labels not to be drawn under

2006-04-18  Carlos Garnacho  <carlosg@gnome.org>

        * gtk/gtknotebook.c (gtk_notebook_pages_allocate): removed wrong
        condition check that caused tab labels not to be drawn under certain
        circumstances. Bug #338734.

19 years agoUpdated Translation
Rajesh Ranjan [Tue, 18 Apr 2006 07:42:45 +0000 (07:42 +0000)]
Updated Translation

19 years agoRemove obsolete entry for no_NO And the translation And the translation.
Kjartan Maraas [Tue, 18 Apr 2006 05:58:57 +0000 (05:58 +0000)]
Remove obsolete entry for no_NO And the translation And the translation.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

* configure.in: Remove obsolete entry for no_NO
* po-properties/no.po: And the translation
* po/no.po: And the translation.

19 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Tue, 18 Apr 2006 05:37:02 +0000 (05:37 +0000)]
Updated Translation

19 years agoUpdated Georgian translation 18/04/06
Vladimer Sichinava [Tue, 18 Apr 2006 03:42:46 +0000 (03:42 +0000)]
Updated Georgian translation 18/04/06

19 years agoFix the code of the look up example.
Emmanuele Bassi [Mon, 17 Apr 2006 15:41:08 +0000 (15:41 +0000)]
Fix the code of the look up example.

2006-04-17  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* gtk/tmp/gtkicontheme.sgml: Fix the code of the look up example.

19 years agoAdd long descriptions.
Emmanuele Bassi [Mon, 17 Apr 2006 15:39:21 +0000 (15:39 +0000)]
Add long descriptions.

2006-04-17  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* gtk/tmpl/gtkrecent*.sgml: Add long descriptions.

19 years agoSmall formatting fix.
Matthias Clasen [Mon, 17 Apr 2006 15:08:04 +0000 (15:08 +0000)]
Small formatting fix.

2006-04-17  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
fix.

19 years agoFix UMR in gtk_drag_dest_motion. Bug #338725.
Christian Persch [Mon, 17 Apr 2006 13:43:23 +0000 (13:43 +0000)]
Fix UMR in gtk_drag_dest_motion. Bug #338725.

2006-04-17  Christian Persch  <chpe@cvs.gnome.org>

* gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
UMR in gtk_drag_dest_motion. Bug #338725.

19 years agoFix typos in property blurbs. (#338772, Clytie Siddall)
Matthias Clasen [Mon, 17 Apr 2006 12:59:01 +0000 (12:59 +0000)]
Fix typos in property blurbs. (#338772, Clytie Siddall)

2006-04-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtksettings.c (gtk_settings_class_init):
* gtk/gtkentry.c (gtk_entry_class_init): Fix typos
in property blurbs.  (#338772, Clytie Siddall)

19 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Mon, 17 Apr 2006 07:42:02 +0000 (07:42 +0000)]
vi.po: Updated Vietnamese translation.

19 years agoAdd check for source being a window.
Richard Hult [Sun, 16 Apr 2006 20:13:13 +0000 (20:13 +0000)]
Add check for source being a window.

2006-04-16  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check
for source being a window.

* gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
Don't assert on window not being the root window.

19 years agoRemove leading cairo/ in include.
Richard Hult [Sun, 16 Apr 2006 19:33:11 +0000 (19:33 +0000)]
Remove leading cairo/ in include.

2006-04-16  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.

19 years agoAvoid a possible array overrun. (Coverity)
Matthias Clasen [Sun, 16 Apr 2006 05:05:49 +0000 (05:05 +0000)]
Avoid a possible array overrun. (Coverity)

2006-04-16  Matthias Clasen <mclasen@redhat.com>

        * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
        possible array overrun.  (Coverity)

19 years agoAvoid a possible array overrun. (Coverity)
Matthias Clasen [Sun, 16 Apr 2006 05:01:46 +0000 (05:01 +0000)]
Avoid a possible array overrun. (Coverity)

2006-04-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
        possible array overrun.  (Coverity)

19 years agofix another Coverity bug.
Matthias Clasen [Sun, 16 Apr 2006 04:45:02 +0000 (04:45 +0000)]
fix another Coverity bug.

19 years agoAdd short descriptions
Matthias Clasen [Sun, 16 Apr 2006 04:39:46 +0000 (04:39 +0000)]
Add short descriptions

19 years agoCosmetic fixes
Matthias Clasen [Sun, 16 Apr 2006 04:08:54 +0000 (04:08 +0000)]
Cosmetic fixes

19 years agoFix 336772
Matthias Clasen [Sun, 16 Apr 2006 03:55:07 +0000 (03:55 +0000)]
Fix 336772

20 years agoTake grabs into account.
Anders Carlsson [Thu, 13 Apr 2006 08:51:33 +0000 (08:51 +0000)]
Take grabs into account.

2006-04-13  Anders Carlsson  <andersca@imendio.com>

        * gdk/quartz/gdkevents-quartz.c:
        (synthesize_enter_event):
        (synthesize_leave_event):
        (synthesize_crossing_events):
        Take grabs into account.

        (find_window_for_event):
        Only return grabbed window when owner_events is FALSE.

20 years agoReorganize slightly to avoid a possible NULL dereference. (Coverity)
Matthias Clasen [Thu, 13 Apr 2006 04:31:51 +0000 (04:31 +0000)]
Reorganize slightly to avoid a possible NULL dereference. (Coverity)

2006-04-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly
to avoid a possible NULL dereference.  (Coverity)

20 years agoDon't allow passing NULL for x1 or x2, adjust callers.
Matthias Clasen [Thu, 13 Apr 2006 03:40:48 +0000 (03:40 +0000)]
Don't allow passing NULL for x1 or x2, adjust callers.

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
allow passing NULL for x1 or x2, adjust callers.

20 years agoReorganize to avoid a possible NULL pointer dereference. (Coverity)
Matthias Clasen [Thu, 13 Apr 2006 03:20:43 +0000 (03:20 +0000)]
Reorganize to avoid a possible NULL pointer dereference. (Coverity)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes):
Reorganize to avoid a possible NULL pointer dereference.  (Coverity)

20 years agoReorganize to avoid a possible NULL dereference. (Coverity)
Matthias Clasen [Wed, 12 Apr 2006 21:22:42 +0000 (21:22 +0000)]
Reorganize to avoid a possible NULL dereference. (Coverity)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
        to avoid a possible NULL dereference.  (Coverity)

20 years agoFix another Coverity bug
Matthias Clasen [Wed, 12 Apr 2006 20:43:52 +0000 (20:43 +0000)]
Fix another Coverity bug

20 years agomodules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)
Matthias Clasen [Wed, 12 Apr 2006 19:48:27 +0000 (19:48 +0000)]
modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

        * contrib/gdk-pixbuf-xlib/Makefile.am:
        * modules/engines/pixbuf/Makefile.am
        * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)

20 years agoMake this work for list == NULL. (Coverity)
Matthias Clasen [Wed, 12 Apr 2006 18:38:40 +0000 (18:38 +0000)]
Make this work for list == NULL. (Coverity)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkselection-x11.c (make_list): Make this work
for list == NULL.  (Coverity)

20 years agoRearrange the code a bit.
Matthias Clasen [Wed, 12 Apr 2006 17:57:30 +0000 (17:57 +0000)]
Rearrange the code a bit.

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode):
Rearrange the code a bit.

20 years agoHandle _gtk_text_line_get_data() returning NULL in all cases. (Coverity)
Matthias Clasen [Wed, 12 Apr 2006 16:28:54 +0000 (16:28 +0000)]
Handle _gtk_text_line_get_data() returning NULL in all cases. (Coverity)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
Handle _gtk_text_line_get_data() returning NULL in all
cases.  (Coverity)

20 years agoMake find_menu_position and find_toolbar_position void. (#338100)
Matthias Clasen [Wed, 12 Apr 2006 13:32:47 +0000 (13:32 +0000)]
Make find_menu_position and find_toolbar_position void. (#338100)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkuimanager.c: Make find_menu_position and
find_toolbar_position void.  (#338100)

20 years agoHandle page up and page down.
Anders Carlsson [Wed, 12 Apr 2006 09:35:34 +0000 (09:35 +0000)]
Handle page up and page down.

2006-04-12  Anders Carlsson  <andersca@imendio.com>

        * gdk/quartz/gdkkeys-quartz.c:
        Handle page up and page down.

20 years agoDon't flush if we're inside a begin_paint/end_paint pair.
Anders Carlsson [Wed, 12 Apr 2006 08:23:01 +0000 (08:23 +0000)]
Don't flush if we're inside a begin_paint/end_paint pair.

2006-04-12  Anders Carlsson  <andersca@imendio.com>

        * gdk/quartz/gdkdrawable-quartz.c:
        (_gdk_quartz_drawable_release_context):
        Don't flush if we're inside a begin_paint/end_paint pair.

        * gdk/quartz/gdkwindow-quartz.c:
        (gdk_window_impl_quartz_end_paint):
        Free clip region here.

20 years agoDon't pass a negative value as string length to get_child_node().
Matthias Clasen [Wed, 12 Apr 2006 04:49:18 +0000 (04:49 +0000)]
Don't pass a negative value as string length to get_child_node().

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkuimanager.c (start_element_handler): Don't pass
        a negative value as string length to get_child_node().  (Coverity)

20 years agoBetter fix
Matthias Clasen [Wed, 12 Apr 2006 04:22:51 +0000 (04:22 +0000)]
Better fix

20 years agoFix another Coverity bug
Matthias Clasen [Wed, 12 Apr 2006 04:20:28 +0000 (04:20 +0000)]
Fix another Coverity bug

20 years agoSilently do nothing if the widget is not a child. (Coverity)
Matthias Clasen [Wed, 12 Apr 2006 04:13:06 +0000 (04:13 +0000)]
Silently do nothing if the widget is not a child. (Coverity)

2006-04-12  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
        if the widget is not a child.  (Coverity)

20 years agoFix another Coverity bug
Matthias Clasen [Wed, 12 Apr 2006 03:52:40 +0000 (03:52 +0000)]
Fix another Coverity bug

20 years agoRemove some unused variables.
Matthias Clasen [Wed, 12 Apr 2006 02:48:43 +0000 (02:48 +0000)]
Remove some unused variables.

2006-04-11  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktextview.c (selection_motion_event_handler): Remove
        some unused variables.

        * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
        a patch from David Trowbridge to improve the positioning of the
        search popup.  (#338047)

20 years agoRemove the unneeded setting of the storage file inside the constructor.
Emmanuele Bassi [Tue, 11 Apr 2006 21:04:15 +0000 (21:04 +0000)]
Remove the unneeded setting of the storage file inside the constructor.

2006-04-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* gtk/gtkrecentmanager.c (gtk_recent_manager_init)
(gtk_recent_manager_new): Remove the unneeded setting of the
storage file inside the constructor. (Murray Cumming)
(build_recent_items_list): Reset the dirty bit when done rebuilding
the list from the storage file.

20 years agoSilence compiler warnings.
Matthias Clasen [Tue, 11 Apr 2006 16:41:25 +0000 (16:41 +0000)]
Silence compiler warnings.

2006-04-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
compiler warnings.

20 years agoDon't dereference info before checking it for NULL. (Coverity)
Matthias Clasen [Tue, 11 Apr 2006 16:26:26 +0000 (16:26 +0000)]
Don't dereference info before checking it for NULL. (Coverity)

2006-04-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
dereference info before checking it for NULL.  (Coverity)

20 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Tue, 11 Apr 2006 09:03:20 +0000 (09:03 +0000)]
Translation updated by Tino Meinen.

2006-04-11  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

20 years agoHave GdkWindowImplQuartz implement GdkPaintable.
Anders Carlsson [Mon, 10 Apr 2006 23:17:26 +0000 (23:17 +0000)]
Have GdkWindowImplQuartz implement GdkPaintable.

2006-04-11  Anders Carlsson  <andersca@mac.imendio.com>

        * gdk/quartz/GdkQuartzView.c:
        (-[GdkQuartzView drawRect:]):
        * gdk/quartz/gdkdrawable-quartz.c:
        (gdk_quartz_ref_cairo_surface):
        (_gdk_quartz_drawable_get_context):
        (_gdk_quartz_drawable_release_context):
        * gdk/quartz/gdkwindow-quartz.c:
        (gdk_window_impl_quartz_finalize):
        (gdk_window_impl_quartz_class_init):
        (gdk_window_impl_quartz_begin_paint_region):
        (gdk_window_impl_quartz_end_paint):
        (gdk_window_impl_quartz_invalidate_maybe_recurse):
        (gdk_window_impl_quartz_process_updates):
        (gdk_window_impl_quartz_paintable_init):
        (_gdk_window_impl_quartz_get_type):
        * gdk/quartz/gdkwindow-quartz.h:
        Have GdkWindowImplQuartz implement GdkPaintable.

20 years agopasted rich text should not be affected by tags that are active at the
Michael Natterer [Mon, 10 Apr 2006 20:18:31 +0000 (20:18 +0000)]
pasted rich text should not be affected by tags that are active at the

2006-04-10  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
pasted rich text should not be affected by tags that are active at
the insertion point. Therefore, remove and remember all active
tags, and re-apply them left and right of the inserted text after
pasting. Fixes bug #337653.

20 years agoAdd new GdkPaintable interface which implementation objects can implement
Anders Carlsson [Mon, 10 Apr 2006 19:43:08 +0000 (19:43 +0000)]
Add new GdkPaintable interface which implementation objects can implement

2006-04-11  Anders Carlsson  <andersca@imendio.com>

        * gdk/gdkinternals.h:
        * gdk/gdkwindow.c:
        (_gdk_paintable_get_type):
        (gdk_window_begin_paint_region):
        (gdk_window_end_paint):
        (gdk_window_process_updates):
        (gdk_window_invalidate_maybe_recurse):
        Add new GdkPaintable interface which implementation objects can
        implement in order to override gdk painting functions.